com.sabro.jbusiness.database.mssql.comp
Class CompView

java.lang.Object
  extended by com.sabro.jbusiness.database.mssql.comp.CompView

public class CompView
extends java.lang.Object


Constructor Summary
CompView(int tabelaId)
          Deprecated. 
CompView(SysConexao sysConexao, int tabelaId, LogEventListener logEventListener)
           
CompView(SysConexao sysConexao, int tabelaId, LogEventListener logEventListener, boolean debug)
          Inicializa objeto compilador de calc de tabela
 
Method Summary
 boolean compila()
           
 java.lang.StringBuffer getCodigoView()
           
 java.lang.StringBuffer getCodigoViewClc()
           
 java.lang.String getNomeView(boolean isClc)
           
 SysConexao getSysConexao()
           
 boolean salva(boolean isClc)
           
 void setTabelaId(int tabelaId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompView

@Deprecated
public CompView(int tabelaId)
Deprecated. 

Inicializa objeto compilador de calc de tabela


CompView

public CompView(SysConexao sysConexao,
                int tabelaId,
                LogEventListener logEventListener)

CompView

public CompView(SysConexao sysConexao,
                int tabelaId,
                LogEventListener logEventListener,
                boolean debug)
Inicializa objeto compilador de calc de tabela

Method Detail

setTabelaId

public void setTabelaId(int tabelaId)

getSysConexao

public SysConexao getSysConexao()

compila

public boolean compila()

getCodigoView

public java.lang.StringBuffer getCodigoView()

getCodigoViewClc

public java.lang.StringBuffer getCodigoViewClc()

salva

public boolean salva(boolean isClc)

getNomeView

public java.lang.String getNomeView(boolean isClc)